home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 1.iso / pc / xtras / shared.cst / 00044.ls < prev    next >
Encoding:
Text File  |  1996-08-21  |  179 b   |  10 lines

  1. on exitFrame
  2.   if rollover (5) then
  3.     set the visible of sprite 5 to true
  4.     updatestage
  5.   else
  6.     set the visible of sprite 5 to false
  7.     updatestage
  8.   end if
  9.   stayhere
  10. end